home *** CD-ROM | disk | FTP | other *** search
INI File | 1994-04-12 | 699 b | 29 lines |
- [Header]
- Name=PROPRINT.WMS
- Alias=HP LaserJet II
- Author=BrainWare / R.Schallberger
- Date_Written=11.4.94
- Changed_By=
- Changed_At=
- Change_Reason=
- Version=1
-
- [Install]
- if file '%PrinterFlags%\proprint.cnf' then goto INSTNORM
-
- :INSTFLAG
- md '%PrinterFlags%'
- file create '%PrinterFlags%\proprint.cnf'
- file write 'IBM Proprinter'
- file close
-
- :INSTNORM
- iniwrite 'devices' 'IBM Proprinter' 'PROPRINT,LPT1:'
- iniwrite 'PrinterPorts' 'IBM Proprinter' 'PROPRINT,LPT1:,15,45'
- iniwrite 'IBM Proprinter,LPT1' 'Paper Size' '9'
-
- [Uninstall]
- iniwrite 'devices' 'IBM Proprinter' {nil}
- iniwrite 'PrinterPorts' 'IBM Proprinter' {nil}
- iniwrite 'IBM Proprinter,LPT1' 'Paper Size' {nil}
-